Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemInfo Class / ListItemInfo Constructor / ListItemInfo Constructor(SubItemInfo[],Object)
A collection of SubItem objects.
An object value that represents the image of the ListItemInfo object.


In This Topic
    ListItemInfo Constructor(SubItemInfo[],Object)
    In This Topic
    Initializes a new instance of the ListItemInfo class with settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal subItems() As SubItemInfo, _
       ByVal image As Object _
    )
    'Usage
     
    
    Dim subItems() As SubItemInfo
    Dim image As Object
     
    Dim instance As New ListItemInfo(subItems, image)
    public ListItemInfo( 
       SubItemInfo[] subItems,
       object image
    )

    Parameters

    subItems
    A collection of SubItem objects.
    image
    An object value that represents the image of the ListItemInfo object.
    See Also